home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_540 / patchreq / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  51 lines

  1.  
  2. Patch Requesters.
  3.  
  4.  
  5.     Put  PatchReq-Seg  in  L:,  PatchReq  in  C:, and call PatchReq in your
  6. startup-sequence  to  have  all System requesters to appear under the mouse
  7. cursor.   If you have arp.library, the arp FileRequester() will be replaced
  8. by the great req.library FileRequester(). Anyway, PatchReq will search for 
  9. PatchReq-Seg before in the current directory, and then in L:.
  10.  
  11. If you get a "Software error - task held" message, you will have the choice
  12. between  "Suspend"  and  "Cancel".   Cancel  will  call  guru as usual, but
  13. Suspend,  like  in workbench 2.0, will suspend your dead task and close the
  14. requester.   In  addition, the requester will tell you the name of the dead
  15. task, and the cli number if any.
  16.  
  17.  
  18. This  will  take  you  no  more  than  1850 bytes of memory, won't create a
  19. process nor take CPU time!
  20.  
  21. Usage:
  22.  
  23.     PatchReq [CACHE] [NOAUTOREQ]
  24.     
  25.     if  CACHE  is on,  file requester will bufferize directories. A typical
  26.     directory takes about 2 kilo bytes of memory. If off, dirs will be read
  27.     each time file requester is called.
  28.  
  29.     NOAUTOREQ switch off AutoRequest() patch, except for Software Error...
  30.  
  31.  
  32. Release notes:
  33.  
  34.     Version 1.3
  35.     
  36.         First Release.
  37.         
  38.     Version 1.4
  39.  
  40.         Now  you  can  disable  AutoRequest patch since some people like to
  41.         have  automatic retry when a disk is inserted, which is not handled
  42.         in popup requesters.
  43.  
  44.  
  45.  
  46. Author: Pierre CARRETTE
  47.  
  48.  
  49.     enjoy.
  50.  
  51.